doc: improve documentation of gtk_text_iter_inside_word()
authorSébastien Wilmet <swilmet@gnome.org>
Tue, 8 Apr 2014 20:43:25 +0000 (22:43 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 13 Apr 2014 21:04:10 +0000 (14:04 -0700)
commit22ce03fd9440f3b2bf6db78ef17e1e52222cdd2b
tree91ebe37de869941b66d8f3a952a2e22ac215a525
parent704a178abbf4abec153aae45688fd149ed6f608b
doc: improve documentation of gtk_text_iter_inside_word()

There is a possible confusion with the sentence:
"@iter is inside a natural-language word"

The iter should be viewed here as the pointed character (i.e. on the
right of the iter), not as a position between two characters.

Instead of improving the documentation, another solution would have been
to change the implementation so it is interpreted as an iter position
inside a word, i.e. between two characters that are part of a
natural-language word. But maybe some applications rely on the current
implementation.

https://bugzilla.gnome.org/show_bug.cgi?id=727908
gtk/gtktextiter.c